home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Toolbox / PopUpMenuWithCurFont / README < prev   
Encoding:
Text File  |  1997-02-26  |  959 b   |  26 lines  |  [TEXT/ttxt]

  1.     //
  2.     //    PopUpMenuSelectWithCurFont demonstrates which low memory globals
  3.     //    (and possibly even nastier things) one must twiddle in order to
  4.     //    control the font used by MDEF 0 during PopUpMenuSelect. Note that
  5.     //    aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT,
  6.     //    this code roughly parallels what the popup menu CDEF (ID 63) does.
  7.     //    If at all possible you should make use of the CDEF, because when
  8.     //    Engineering breaks the low memory trick, we can fix the CDEF, but
  9.     //    we can't fix your code.
  10.     //
  11.     //    Complaints and kudos to:
  12.     //
  13.     //        Pete Gontier
  14.     //        Apple Macintosh Developer Technical Support
  15.     //        <gurgle@apple.com>
  16.     //
  17.     //    Change history:
  18.     //
  19.     //        03/25/96    PG        Was calling DeleteMenu with magic number.
  20.     //
  21.     //        03/25/96    PG        Fixed bizarre menu bar offset problem.
  22.     //                            Thanks to Harold Ekstrom.
  23.     //
  24.     //        02/26/97    PG        Somehow the files on the CD had become
  25.     //                            confused. Verified everything still works.
  26.     //